Click or drag to resize

ResourceUnlock Method (String, ActiveLock)

Unlock the locks on a resource.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public bool Unlock(
	string address,
	ActiveLock[] activeLock
)

Parameters

address
Type: SystemString
The URI that identifies the resource.
activeLock
Type: Independentsoft.WebdavActiveLock
Array of locks on resource to unlock.

Return Value

Type: Boolean
True if success; otherwise, false.
See Also